home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / ResEdit™ 3.0d1 / ResEdit™ 3.0d1 / ResEdit™ 3.0d1.rsrc / VDL_1000_Standard Error Dialog.bin < prev    next >
Text File  |  1996-04-23  |  254b  |  13 lines

  1. Margin(10, 10, 10, 10)
  2.     VList()
  3.         {
  4.         ICON(2);
  5.         Spacer(Height = 10);
  6.         StaticText(errorMessage, Width = 350);
  7.         Spacer(Height = 10);
  8.         HList(Width = UseParent)
  9.             {
  10.             Spacer(Width = UseParent, Height = 0);
  11.             DefaultButton("OK", 1071, "None");
  12.             }
  13.         }